Initializes a new instance of the C1ObservableKeyedCollection<(Of <(<'TKey, TItem>)>)> class.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
protected C1ObservableKeyedCollection(
	IEqualityComparer<TKey> comparer
)
Visual Basic
Protected Sub New ( _
	comparer As IEqualityComparer(Of TKey) _
)

Parameters

comparer
Type: System.Collections.Generic..::..IEqualityComparer<(Of <(<'TKey>)>)>
The implementation of the IEqualityComparer generic interface to use when comparing keys, or a null reference (Nothing in Visual Basic) to use the default equality comparer for the type of the key, obtained from EqualityComparer.Default.

See Also